Skip to content

fix:miss wait thread tasks finish in diskann.#357

Merged
sre-ci-robot merged 1 commit intozilliztech:mainfrom
cqy123456:diskann-omp
Jan 22, 2024
Merged

fix:miss wait thread tasks finish in diskann.#357
sre-ci-robot merged 1 commit intozilliztech:mainfrom
cqy123456:diskann-omp

Conversation

@cqy123456
Copy link
Collaborator

@cqy123456 cqy123456 commented Jan 22, 2024

issue: #128
/kind improvement

Signed-off-by: cqy123456 <qianya.cheng@zilliz.com>
@mergify
Copy link

mergify bot commented Jan 22, 2024

@cqy123456 🔍 Important: PR Classification Needed!

For efficient project management and a seamless review process, it's essential to classify your PR correctly. Here's how:

  1. If you're fixing a bug, label it as kind/bug.
  2. For small tweaks (less than 20 lines without altering any functionality), please use kind/improvement.
  3. Significant changes that don't modify existing functionalities should be tagged as kind/enhancement.
  4. Adjusting APIs or changing functionality? Go with kind/feature.

For any PR outside the kind/improvement category, ensure you link to the associated issue using the format: “issue: #”.

Thanks for your efforts and contribution to the community!.

@sre-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cqy123456, Presburger

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [Presburger,cqy123456]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@presburger
Copy link

/lgtm

@sre-ci-robot sre-ci-robot merged commit b14a4d6 into zilliztech:main Jan 22, 2024
}));
}
for (auto &future : futures) {
future.wait();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use knowhere::WaitAllSuccess introduced in #355 to make sure we catch and rethrow possible exceptions in the thread pool task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants